-
Notifications
You must be signed in to change notification settings - Fork 9
feat: filter out docs #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
==========================================
- Coverage 71.49% 70.63% -0.86%
==========================================
Files 204 213 +9
Lines 14857 15609 +752
==========================================
+ Hits 10622 11026 +404
- Misses 3471 3764 +293
- Partials 764 819 +55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
docsfilter/metrics.go
Outdated
| diskUsage = promauto.NewGaugeVec(prometheus.GaugeOpts{ | ||
| Namespace: "seq_db_store", | ||
| Subsystem: "filters", | ||
| Name: "disk_usage_bytes_total", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to company standards, only counters now can (and must) have _total suffix. Gauges can not end with _total
6b1e6c5 to
f98406a
Compare
35c810c to
7baeaef
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
7baeaef to
5e040ab
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
5e040ab to
5fb5af0
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
5fb5af0 to
277508f
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
4846a3e to
3deb507
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
3deb507 to
6b2cfb2
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
6b2cfb2 to
37173f0
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
1e19ca1 to
fc34615
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
fc34615 to
ef49f29
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
2bfa582 to
e39db32
Compare
🔴 Performance DegradationSome benchmarks have degraded compared to the previous run. Show table
|
Description
This is PoC of "delete imitation"
Fixes #290
If you have used LLM/AI assistance please provide model name and full prompt: